This notebook is intended to be used for reading and plotting data from ECLIPSE summary files, i.e. UNSMRY
and SMSPEC
files, thus it can also be used to read the files written by the Flow reservoir simulator.
This notebook uses the ecl_sum
module from the ecl
library in the ERT package.
In [2]:
summary_path = '/home/einar/fieldopt_output/5SPOT'
In [3]:
from ert.ecl import ecl_sum
import numpy as np
from matplotlib import pyplot
In [ ]: